*{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat';
}
body{
	/* min-width: 1200px !important;
	overflow-x: auto !important; */	
}
/* @media screen and (min-width: 1683px) {
	html {
		font-size: 100px !important;
	}
}
@media screen and (max-width: 1682px) {
	html {
		font-size: 90px !important;
	}
}
@media screen and (max-width: 1500px) {
	html {
		font: optional;t-size: 80px !important;
	}
}	

@media screen and (max-width: 1366px) {
	html {
		font-size: 70px !important;
	}
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 60px !important;
	}
}
@media screen and (max-width: 1084px) {
	html {
		font-size: 50px !important;
	}
}
@media screen and (max-width: 1032px) {
	html {
		font-size: 40px !important;
	}
}
@media screen and (max-width: 972px) {
	html {
		font-size: 30px !important;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 25px !important;
	}
} */

body {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	/* background-color: #FFFEFC; */
	/* word-break:break-all; */
	word-spacing: 0px;
	letter-spacing: 0px;
}
html{
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}
a {
	color: #373737;
}
a:hover {
	text-decoration: none;
	color: #ff8b00;
	cursor: pointer;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}
p{
	margin-bottom: 0px;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,

input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
	font-size: 12px;
  }
  
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	font-size: 12px;
  }
  
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
	font-size: 12px;
	line-height: 30px;
  }   

input[type="password"]:focus{
    border: 1px solid #ffc49c;
	box-shadow: 0px 0px 5px #ffc49c;
    color: #000;
    
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-top: 120px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd !important;
}
.graphic_con_like>img{
    display: block;
    width: 111px;
    height: 111px;
    margin: auto;
}
.graphic_con_like{
    text-align: center;
    padding-bottom: 75px;
    border-bottom: 1px solid #f0f0f0;
}
.graphic_con_like>p{
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 25px;
    font-size: 15px;
    margin: 15px 0;
}



/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #FFB546;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	position: relative;
	/* padding: 0 20px; */
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}


#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	width: 100%;
	margin-left: -200px;
	background: #eee;
	z-index: 1001;
	border-bottom: 1px solid #000;
	line-height: 75px;
	height: 75px;

}

#cart .dropdown-menu {
	min-width: 100%;

}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}


.product_title_ul>li {
	margin: 10px 20px;
}

.product_title_fatherds {
	padding: 100px 20px;
}

.product_title_fatherds>h1 {
	padding: 0 20px;
	line-height: 30px;
}


/* content */
#cont {
	min-height: 600px;
	padding-left: 0;
	padding-right: 0;
}

/* footer */
footer {
	background-color: #000000;
	color: #e2e2e2;
	height: 530px;
	z-index: 1;
}
.footer-center{
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #FF8B00;
	text-decoration: none;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	margin: 0px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */


.input_checked {
	-webkit-appearance: checked !important;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff8b00;
	background-image: linear-gradient(to bottom, #ff8b00, #ff8b00);
	background-repeat: repeat-x;
	border-color: #ff8b00 #ff8b00 #ff8b00;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #ff8b00;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a3001a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.text-right {
	font-size: 14px;
}

/* list group */
.list grounp_css {
	/* margin-top: 80px; */
}

.list_grounp_css a {

	border: 1px solid #fff !important;
	width: 40%;
	color: #707070;
	font-size: 20px;
	line-height: 26px;
	margin: 14px;
}

#out {
	background-color: #B1B1B1;
}

#out:hover {
	color: #DCDCDC;
}

.list-group a {
	color: #888888;
	padding: 15px 12px;
	display: block;
	text-align: center;

}

.list-group a:nth-last-child(0) {}

.list-group a:hover :nth-last-child() {}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #FFAA00;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
	margin: 0px;
}

.list_group_item_css {
	padding: 5px !important;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */


.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: inline-block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}


.product-thumb .caption {
	text-align: center;
}


.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}


@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.Menu_container .child_li a:hover{
	color: #FFB546;
}
.Menu_container{z-index: 10000;}

.menu_triangle{
	background-color: #fff;
}
.menu_user::before{
	content: '';
    position: absolute;
    top: -12px;
    left: 79%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}
.menu_user{
	display: none;
	padding: 20px 0;
	box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
    position: absolute;
    top: 65px;
    width: 200px;
    height: 315px;
    left: -135px;
    background-color: #FFF;
    border-radius: 10px;
}
.menu_all>a{
	display: flex;
	justify-content: center;
	
}
.menu_all{
	position: absolute;
	left: 0%;
	bottom: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_all>a>span{
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 400;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 36px;
	color: #898989;
}
.menu_all>a>span:hover{
	color: #262626;
}
.menu_all{
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 0px 0px 10px 10px;
	
}

.menu_all:hover{
	background-color: #E6E6E6;
	color: #262626 !important;
}

.menu_all>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.menu_message_null{
	text-align: center;
}
.menu_message_null>h1{
	margin-top: 95px;
	margin-bottom: 20px;
}
.menu_message_null>h2{
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: #000;
	line-height: 25px;
}
.menu_message_null>h3{
	font-weight: 400;
	font-size: 12px;
	font-family: 'Montserrat';
	color: #929292;
	line-height: 20px;
	padding: 0 20px;
}
.menu_popup{
	display: none;
	width: 320px;
    height: 350px;
    position: absolute;
    background-color: #fff;
    top: 65px;
    right: -95%;
	border-radius: 10px;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
    padding: 18px 0 0 0;
	z-index: 101;
}
.menu_triangle2::before{
	content: '';
    position: absolute;
    top: -3%;
    left: 80%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

.menu_popup>ul{
	padding: 0px 21px 10px 21px;
}
.menu_popup>ul>li{
	border-bottom: 1px solid #E5E5E5;
}
.menu_popup>ul>li>a{
	display: flex;
	padding: 16px 0;
	justify-content: space-around;
	width: 100%;
}
.menu_popup>ul>li:last-of-type{
	border-bottom: none;
}
.menu_popup_left_img{
	width: 26px;
}
.menu_popup_right_img{
	width: 37px;
}
.menu_popup_cen{
	width: 70%;
	text-align: left;
}

.menu_popup_cen>h1{
	margin-bottom: 4px;
	transform: scale(0.9);
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #000000;
}

.menu_popup_cen>h2{
	transform: scale(0.9);
	font-size: 10px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #898989;
}
.menu_popup_cen>p{
	width: 100%;
	transform: scale(0.9);
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #898989;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
.menu_information_triangle{
	display: none;
	width: 210px;
    height: 270px;
    position: absolute;
    background-color: #fff;
    top: 65px;
    left: -150%;
	border-radius: 10px;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
    padding: 12px 0 0 0;
}

.menu_information_triangle>ul>li:hover{
	
	background-color: #F4F4F4;
}
.menu_information_triangle>ul>li>p>a:hover{
	color: #262626 !important;
}
.menu_information_triangle>ul{
	text-align: left;
}
.menu_information_triangle>ul>li>p{
	padding: 0 21px;	
}

.menu_information_triangle>ul>li>p>a{
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	color: #898989;
	align-items: center;
}
.menu_information_triangle>ul>li>p>a>span{
    font-size: 12px;
	font-family: 'Montserrat';
}
.menu_information_triangle>ul>li>p>a>span:first-child{
	line-height: 19px;
}
.menu_information_triangle>ul>li>p>a>.badge{
	color: #fff;
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 400;
	transform: scale(0.67);	
}
.information_badge{
	color: #fff;
	position: absolute;
	top: 25%;
    left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
    width: 18px;
    height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #ff8b00;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat';
	transform: scale(0.67);
	display: none;
}
.information_badge2{
	color: #fff;
	position: absolute;
	top: 25%;
    left: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
    width: 18px;
    height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #ff8b00;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat';
	transform: scale(0.67);	
}
.information_badge3{
	color: #fff;
	position: absolute;
	top: 25%;
    left: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
    width: 18px;
    height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #ff8b00;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat';
	transform: scale(0.67);	
}
.badge{
	transform: scale(0.67);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
    width: 18px;
    height: 18px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #ff8b00;
}
.menu_triangle::before{
	content: '';
    position: absolute;
    top: -4.6%;
    left: 48%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}
.nav_left_margin>li{
	padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding: 0 17.5px;
}
.nav_left_margin>li:nth-of-type(1){
	padding: 0px !important;
}
.nav_left_margin>li>a{
    padding: 0px !important;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.nav_left_margin>li:nth-of-type(2){
	padding-left: 0px !important;
}
/*.nav_left_margin>li:last-of-type{
	padding-right: 0px !important;
}*/
/* .menu_li_input:focus{
	border: 1px solid #ff8b00;
	box-shadow: 0px 0px 5px rgba(252 126 47 );
	color: #DCDCDC;
} */
.menu_img_search{
	width:17px;
}
.menu_img_User_information{
	width: 20px;
}
.menu_img_Message_reminder{
	width: 15px;
}
.menu_img_Personal_Center{
	width: 14px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}
@media (max-width: 1530px){
	
	
}
@media (max-width: 1900px){
	.nav_left_margin>li{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding: 0 14px !important;
	}
	.Menu_container .nav_right_margin>li>a{
		padding: 0px 15px !important;
		font-size: 14px !important;
		height: 75px;
		display: flex; 	
		align-items: center;
		text-transform: uppercase;
		font-family: 'Montserrat';
		font-weight: 500;
		color: #000;
		line-height: 75px;
		height: 75px;
		display: flex;
		align-items: center;
		max-height: 75px !important;
	}
	.Menu_container .nav_right_margin{
		min-height: 75px;
		max-height: 75px;
		display: flex;
		justify-content: flex-end;
		padding-right: 40px !important;
	}
	.navbar-nav>li>a{
		text-transform: uppercase;
	    font-family: 'Montserrat';
	    font-weight: 500;
	    color: #000;
	    line-height: 75px !important;
	    height: 75px !important;
	    display: flex;
	    align-items: center;
	    max-height: 75px !important;
		font-size: 14px !important;
	}
	.menu_logo{
		height: 20px !important;
		padding: 0 40px !important;
	}
}
.comment_header_nav{
	position: fixed;
	top: 75px;
	right: 0%;
}
@media (min-width: 1921px) {
	.menu_information_triangle{
		left: -117%;
	}
	.menu_popup{
		right: -65%;
	}
	.menu_user{
		left: -130px;
	}
	.nav_left_margin>li{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding: 0 20px !important;
	}
	.Menu_container .nav_right_margin>li>a{
		padding: 0px 20px !important;
		font-size: 15px !important;
		height: 75px;
		display: flex; 	
		align-items: center;
		text-transform: uppercase;
		font-family: 'Montserrat';
		font-weight: 500;
		color: #000;
		line-height: 75px;
		height: 75px;
		display: flex;
		align-items: center;
		max-height: 75px !important;
	}
	.Menu_container .nav_right_margin{
		min-height: 75px;
		max-height: 75px;
		display: flex;
		justify-content: flex-end;
		padding-right: 70px !important;
	}
	.navbar-nav>li>a{
		text-transform: uppercase;
	    font-family: 'Montserrat';
	    font-weight: 500;
	    color: #000;
	    line-height: 75px !important;
	    height: 75px !important;
	    display: flex;
	    align-items: center;
	    max-height: 75px !important;
		font-size: 15px !important;
	}
	.menu_logo{
		height: 24px !important;
		padding: 0 70px !important;
	}
}
@media (min-width: 992px) and (max-width: 1366px){
	.nav_left_margin>li{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding: 0 10px !important;
	}
	.footer_all{
		padding: 0px 7.51% !important;
	}
	.Menu_container .nav_right_margin>li>a{
		padding: 0px 10px !important;
		font-size: 13px !important;
		height: 75px;
		display: flex; 	
		align-items: center;
		text-transform: uppercase;
		font-family: 'Montserrat';
		font-weight: 500;
		color: #000;
		line-height: 75px;
		height: 75px;
		display: flex;
		align-items: center;
		max-height: 75px !important;
	}
	.menu_user{
		display: none;
		padding: 20px;
		box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
		position: absolute;
		top: 65px;
		width: 200px;
		height: 320px;
		left: -140px !important;
		background-color: #FFF;
		border-radius: 10px;
	}
	.menu_popup{
		display: none;
		width: 320px;
		height: 350px;
		position: absolute;
		background-color: #fff;
		top: 65px;
		right: -135% !important;
		border-radius: 10px;
		box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
		padding: 18px 0 0 0;
		z-index: 101;
	}
	.home_search_box{
		width: 80px;
	}
	.menu_information_triangle {
		display: none;
		width: 210px;
		height: 270px;
		position: absolute;
		background-color: #fff;
		top: 65px;
		left: -200%;
		border-radius: 10px;
		box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
		padding: 18px 0 0 0;
	}
	.Menu_container .nav_right_margin{
		min-height: 75px;
		max-height: 75px;
		display: flex;
		justify-content: flex-end;
		padding-right: 30px !important;
	}
	.navbar-nav>li>a{
		text-transform: uppercase;
	    font-family: 'Montserrat';
	    font-weight: 500;
	    color: #000;
	    line-height: 75px !important;
	    height: 75px !important;
	    display: flex;
	    align-items: center;
	    max-height: 75px !important;
		font-size: 13px !important;
	}
	.menu_logo{
		height: 20px !important;
		padding: 0 30px !important;
	}
	.rewords_btn{
		width: 100% !important;
	}
	.active_image{
		width: 300px;
	}

	.home_product_othercommunity{
		padding-left: 50px;
	}
	
	.home_search_btn{
		margin: 0px 0;	
	}
	.menu_Personal_Center{
		margin-right: 2.558%;
	}
	.nav_right_margin>li{
		position: relative;
	}

	.Menu_container .container {
		width: 100%;
		
	}
	.Menu_container .nav_cen_margin{
		display: flex;
		justify-content: flex-end;
	}
	.Menu_container .nav_cen_margin>li>a{
		padding: 0px 1.7vw 0px 1.7vw;
	}
	.Menu_container .nav_left_margin{
		/* padding-left: 1%; */
		height: 75px;
		
	}
	.Menu_container .nav_left_margin>li{
		height: 75px;
	}
	.Menu_container .nav_left_margin>li>a{
		height: 75px;
		display: flex;
		align-items: center;
		padding-left: 0%;
		padding-right: 0%;
	}

	
	
}
@media (min-width: 768px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
	

}
@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
	.Menu_container .nav_cen_margin{
		margin-right: 3%;
	}
	
	.product_fixed>ul>li>p>a{
		font-size: 12px !important;
		
	}
	.category_fixed_children>ul>li>p>a{
		font-size:13px !important;
		font-family: 'Montserrat' !important;
	}
	.product_list_type_border{
		width: 240px !important;
	}
	.menu_li_input{
		border-radius: 4px;
		line-height: 75px;
		border: 1px solid #E8E8E8;
		background-image: url(../../../../../image/kf/search_img.png);
		background-repeat: no-repeat;
		background-size: 18px;
		background-position: 11px 50%;
		text-indent: 18px;
	}
	.menu_li_input::-webkit-input-placeholder{  
		font-size: 12px;
		font-family: 'Montserrat';
		font-weight: 400;
		line-height: 33px;
		color: #000;
	 }
	 .menu_li_input:-moz-placeholder{   
		font-size: 12px;
		font-family: 'Montserrat';
		font-weight: 400;
		line-height: 33px;
		color: #000;
	 }
	
	 .menu_li_input:-ms-input-placeholder{  
		font-size: 12px;
		font-family: 'Montserrat';
		font-weight: 400;
		line-height: 33px;
		color: #000;
	 }

}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.home_search_box{
	width: 120px;

}
/* kf_home_product */
.div_video {
	width: 100%;
	opacity: 0.8;
}

.imgs {
	width: 100%;
}

.div_carousel {
	width: 100%;
	height: 100%;
	/* background-image: url("/image/catalog/kficon/home_beijing2.png");
	background-size: 100%; */
}

.div_product_alls {
	position: relative;
	width: 100%;
	height: 100%;
}

.div_product {
	width: 100%;
}

.ss :hover {
	transform: scale(1.05, 1.05);
	transition-duration: 0.7s;
	transition-timing-function: ease-out;
}

.ss {
	overflow: hidden;
	box-shadow: #ccc;
	cursor: pointer;
	display: inline-block;

}


.product_h3 {
	margin: 50px 0 0 250px;

}


.size image {
	width: 100%;
}

.size {
	display: inline-block;
	width: 24.8%;
}

.size_father {
	width: 100%;
}

.div_active_bigimg {
	width: 100%;
}

.div_active_smallimg {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.active_smallimg {
	display: inline-block;
}

/* kf_product_index */
.product_select {
	margin-left: 200px;
}

.product_img_fa {
	margin-top: 100px;
	background-color: #FFFEFC;

}

.product_img {
	margin: 0 10.6%;


}

.product_img_child {
	display: flex;
	justify-content: space-between;
	margin: 50px 0px;
}

.display {
	display: inline-block;

}

ul li {
	list-style-type: none;
}

.product_index_all {
	position: relative;
}



/* .fanhui_image:hover{
	cursor: pointer;
} */
.select_left {
	margin: 50px 0 0 0 !important;
	border-radius: 5px;
}

.news_active_head {
	width: 100%;

}

.news_active_head>img {
	display: block;
	margin-top: -150px;
}

.news_father {
	width: 100%;
	padding: 153px 0 502px 0;
	

}

.news_father>ul>li {
	list-style: none;
	text-align: center;
}

.new_cen_div {
	z-index: 5 !important;
	width: 100%;
}

.new_cen_div ul {
	width: 100%;
	z-index: 5 !important;
}
.new_cen_div ul li{
	z-index: 5 !important;
}
.new_cen_div ul li>img{
	z-index: 5 !important;
}
.news_son {
	width: 100%;
	margin: 0 0 0 0;
	z-index: 5 !important;
}

.news_son>ul {
	width: 100%;
	text-align: center;
}

.news_son>li {
	display: inline-block;
}
.news_son>ul>li>img{
	z-index: 5;
}
.content_img {
	width: 31.71% !important;
	height: 31.71% !important;
}
.news_father_beijing{
	/* background-image: url("/image/catalog/active/news_beijing.png"); */
	background-size: 100% 100%;
	width: 100%;
}
.news_father_beijing2{
	/* background-image: url("/image/catalog/active/Paulo Solipa.png"); */
	background-size: 100% 100%;
	width: 100%;
}
 .news_father_beijing::before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(78, 78, 78, 0.5);
}

.news_father_beijing2::before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(78, 78, 78, 0	.5);
}


#common-home {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 185px;
	/* background-color: #FFFEFC; */
}

#common-home .row {
	margin: 0px 0;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container-fluid,
.container {
	padding-right: 0;
	padding-left: 0;
}

.row {
	margin-right: 0;
	margin-left: 0;
}






.gallery_article {}




.mar {
	/* margin: 0 0 !important; */
}

.required {
	margin-left: 0 !important;
	margin-right: 0 !important;
}










/* .heig {
	width: 100%;
	height: 1rem;
} */



.support_h1 {
	text-align: center;
	color: #FFA32C !important;
	margin: 100px 0;
	font-weight: 400;
}

.support_subject h2 {
	font-size: 43px;
	color: #4E4E4E;
	font-weight: 400;
}

.support_li_father {
	font-size: 22px;
	height: 545px;
}

.support_li_son ul li {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;

}

.support_li_son a {
	color: #FFC46B;
	margin-left: 50px;
}

.support_li_son a:hover {
	color: #FFA32C;
}

.support_li_son span {
	margin-left: 50px;
}

.support_li_son p {
	margin-left: 50px;
}

.notoping {
	margin-left: 100px;
}

.noessence {
	margin-left: 235px;
}

.support_fixed_father {
	position: relative;
}

.support_fixed ul {
	position: fixed;
	top: 200px;
	left: 66px;
}

.support_fixed ul li {
	margin: 20px;
}

.support_fixed ul li a {
	font-size: 24px;
}

.contact_div ul li {
	display: inline-block;
	text-align: center;
	color: #4E4E4E;
	margin: 40px 0;
}

.contact_div ul {
	margin: 50px 0 50px 0;
}

.contact_div h3 {
	color: #4e4e4e;
}

.contact_subject ul li {
	display: block;
}

.cannel_div .contact_p {
	margin: 200px 0;
}

.cannel_div ul li {
	margin: 40px 0 40px 0;
}

.contact_son ul li {
	margin: 30px 0;
	text-align: left;
}

.contact_father {}

.contact_father ul li {
	font-size: 18px;
}

.contact_subject ul li {
	font-size: 18px;
}

.contact_son ul li {
	text-align: left;

}

.link_div>ul>li {
	text-align: left;
	padding-left: 35%;
	color: #FFC46B;
}

.link_div>ul>li a {
	color: #FFC46B;
}

.link_div>ul>li a:hover {
	color: #F69F1C;
}

.category_right {
	margin-left: 30px;
}







.menu_two {
	width: 100%;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
}

.menu_hide {
	display: none;
}

.menu_show {
	display: block !important;
}



.back_fen {
	background-image: url("../../../../../image/kf/share.png");
	width: 100%;
	background-repeat: no-repeat;
	display: inline-block !important;
}

.back_fen div {
	display: inline-block !important
}

.csdds {
	width: 32px;
	height: 32px;
	display: inline-block !important
}



.forward_div {
	display: none;
	position: absolute;
	left: 0px;
	width: 646px;
	height: 84px;
	margin: 0 0 0 0 !important;
	background-color: #FFF;
	box-shadow: -6px 6px 22px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	z-index: 1100;
}

.forward_div>ul>li>p>a>image {
	width: 38px !important;
	height: 38px !important;
}

.forward_div ul {
	height: 84px;
	line-height: 84px;
}

.forward_div ul li {
	display: inline-block;
	padding: 0 20px;
}

.forward_div ul li p {
	line-height: 30px;
}

.Menu_buttonContainer__1TfW_ {}

.Menu_button__2YNhh {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 0.7;
}


/* .product_video_right{
	text-align: center;
	position: absolute;
	top: 25%;
	right: 1%;
	transform: rotate(0);
	z-index: 2;
}
.product_video_right>p{
	margin: 25px 0;
} */




.con {
	height: 430px;
	width: 1000px;
	margin: 0 auto;
}

.masklayer {
	position: fixed;
	display: none;
	width: 100%;
	height: 1000px;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.cor_content {
	color: #FFA32C;
}





.home_product_position {
	position: absolute;
	top: 5%;
	right: 30%;
	z-index: 99;
}

.home_product_position2 {
	position: absolute;
	bottom: 0%;
	left: 90%;
	z-index: 2;
}

.home_product_position2>li {
	text-align: left;
	margin: 14px 0;
}

.home_product_image_width:hover {
	cursor: pointer;
}

.home_product_image_width {
	width: 0.46rem;
	height: 0.46rem;
}

.home_product_position>ul>li {
	padding: 0.1rem 0;
	text-align: right;
}

.zhuanfa_div {
	z-index: 90;
	width: 81.6%;
	background-color: #fff;
	line-height: 8vh;
	border-radius: 4px;
	box-shadow: -6px 6px 22px rgba(0, 0, 0, 0.16);
}

.zhuanfa_div ul {
	z-index: 90;
	display: none;
}

.zhuanfa_div ul li {
	width: 24%;
	display: inline-block;
}

.zhuanfa_div ul li p a span {
	font-size: 14px;
}

.zhuanfa_div_p {
	text-align: center !important;
	width: 100%;
}

.zhuanfa_father2 {
	position: absolute;
	bottom: -45%;
	right: 5%;
	text-align: center;
}

.zhuanfa_father3 {
	position: absolute;
	bottom: -45%;
	right: 5%;
}

.zhuanfa_image_wh {
	width: 32px;
	height: 32px;
}

.zhuanfa_image_wh2 {
	width:	38px;
	height: 38px;

}

.zhuanfa_father {
	z-index: 90;
}

.zhuanfa_a_wh {
	width: 40px;
	height: 40px;
}

.container {
	width: 100% ;
	z-index: 1;
}


.footer_cen_left ul li a:hover {
	color: #ffb546;
}
.footer_max .col-lg-2{
	padding-top: 90px;
}
.footer_max .col-lg-5{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_h3s {
	width: 331px;
	max-height: 300px;
    min-height: 300px;
    text-align: center;
    font-size: 14px !important;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #EBEBEB;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.footer_cen_left>ul>li {
	text-align: left;
	margin:  0 0 32px 0;
	font-weight: 500;
}

.footer_cen_left>ul {
	font-weight: 500;
	margin: 0 0;
}

.footer_cen_left>ul>li>a {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Montserrat';
	color: #EBEBEB;

}
.footer_max{
	max-height: 300px;
}
.news_article_div h3 {
	text-align: center;
	font-weight: bold;
	line-height: 42px;
	color: #272727;
	font-size: 20px;
}

.news_article_p {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	color: #747474;
}


.brand_artcle_ul {
	margin-top: 15%;
}

.brand_artcle_ul>li {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 85px;
}

.brand_artcle_ul>li>h3 {
	font-weight: bold;
	line-height: 34px;
	color: #272727;
	font-size: 24px;
	width: 23%;
}

.brand_artcle_ul>li>p {
	width: 41%;
	font-weight: 400;
	line-height: 36px;
	color: #747474;
	font-size: 18px;
}

.brand_artcle_imgbig {
	width: 1218px;
	height: 558px;
}

.brand_artcle_ul2 {
	justify-content: space-around;
}

.brand_artcle_ul2>li {
	display: inline-block;
}

.brand_artcle_imgson {
	width: 708px;
	height: 495px;
}

.product_image {
	width: 480px;
}

.corx {
	color: #F69F1C;
}

.teaching_type>p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #A4A4A4;
}

.teaching_type>p>a {
	margin: 0 5px;
}

.tp1_img {
	width: 1200px !important;
}

.tp1_father {
	margin-top: 60px;
}

.sensation_img {
	width: 548px;
	height: 410px;
}
.review_info {
	width: 1241px;
}

.review_info2 {
	width: 1043px;
}

.review_info3 {
	width: 574px;
}

.review_info4 {
	width: 650px;
}

.review_info5 {
	width: 1043px !important;
}

.review_info6 {
	width: 1024px;
}

.review_info7 {
	width: 1031px;
}

.review_info8 {
	width: 441px;
}

.review_info9 {
	width: 493px;
}

.review_info10 {
	width: 300px;
}

.review_info11 {
	width: 522px;
}

.review_info12 {
	width: 200px;
}

.review_info13 {
	width: 300px;
}



.star_likeimg {
	position: absolute;
	bottom: 29%;
	right: 2%;
}

.star_collectionimg {
	position: absolute;
	bottom: 17%;
	right: 2%;
}

.star_forwardimg {
	position: absolute;
	bottom: 5%;
	right: 2%;
}


.tp1_father a:hover {
	color: #ff8b00 !important;
}

.nav_highlight {
	color: #ff8b00 !important;
}
.nav_highlight2 {
	color: #000 !important;
	font-weight: 700 !important;
}



/* regiter */
.radio-inline>span {
	display: inline-block;
	margin: 5px 0 0 0;
}

.teaching_divfather a:hover {
	color: #4e4e4e !important;
}

.review_divfather{
	z-index: 2;
}
.review_divfather a:hover {
	color: #4e4e4e !important;
}

/* return_img */
.return_img {
	width: 28px;
	
}

.return_img:hover {
	cursor: pointer;
}

.zhuanfa_father4 {
	position: absolute;
	top: 110%;
	right: -38%;
}


.kf_Topping {
	z-index: 999;
	width: 42px;
	height: 42px;
	display: none;
}

.kf_Topping:hover {
	cursor: pointer;
}

.kf_Topping_fixed {
	position: fixed;
    bottom: 5%;
    right: 2%;
}



.review_fixed {
	position: fixed;
	top: 40%;
	left: 5%;
}

.active_image {
	width: 446px ;
}

.active_img_height {
	margin-top: 126px;
}

.news_img_actives {
	background-position-y: 10% 0;

}
.news_active_head {
	overflow: hidden;
	height: 8.5rem !important;
	position: relative;
}

.news_position {
	position: absolute;
	bottom: 10%;
	left: 5%;
}

.news_position>p {
	font-size: 22px;
	font-family: 'SourceHanSansCN';
	color: #FFFEFC;
}
.page_color{
	background-color: #ffffff;
	/* border-bottom: 1px solid #f3f3f3; */
	height: 75.1px;
}

.page_color #menu{
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.page_color #menu>.home_nav_color_father{
	border-bottom: 1px #f8f7f6 solid;
}
/* account
	my profile  nav_left
*/

/* menu_nav */
.home_nav_color{
	z-index: 10000;
}
.menu_li_input::-webkit-input-placeholder{  
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 33px;
	color: #C0C4CC;
 }
 .menu_li_input:-moz-placeholder{   
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 33px;
	color: #C0C4CC;
 }
 .menu_li_input:-ms-input-placeholder{  
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 33px;
	color: #C0C4CC;
 }

.nav_fixed {
	position: fixed;
	top: 75px;
	right: 0%;
	width: 100%;
}

.nav_fixed ul {
	width: 100%;
}

.nav_fixed>ul>li {
	display: inline-block;
	text-align: left;

}

.collapse {
	width: 100%;
	z-index: 1004;
}

.navbar-nav {
	margin: 0 auto;
	z-index: 1004;

}

.navbar {
	height: 75px ;
	margin-bottom: 0px !important;
}
.menu_logo {
	height: 22px;
	padding: 0 70px;
}
.nav_img_logo{
	text-align: center;
	line-height: 75px;
}


.menu_li_father {
	max-height: 75px;
	line-height: 75px;
}
.community_nav .menu_child_nav>li>a{
	text-align: center;
}
.menu_li_father {
	padding: 0 0 ;
}
.header_child_nav .menu_child_nav>li>a{
    text-transform: uppercase;
    display: block;
    width: 100%;
    word-wrap: normal;
    font-family: "Montserrat";
    color: #262626 !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 27px;
}
.menu_li_input{
	height: 33px;
	width: 100%;
	border-radius: 11px;	
	line-height: 75px;
	border: 1px solid #E8E8E8;
	background-image: url("../../../../../image/kf/search_img.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 11px 50%;
	/* text-indent:25px; */
	padding: 2px 10px 0 35px;
	margin: 21px 0 !important;
}
.menu_li_div {
	line-height: 75px;
}
.menu_li_a{
	padding: 0px 10px !important;
}
.menu_li_div2 {
	line-height: 75px;
	margin: 25px 0;
}
.navbar-nav>li>a{
	text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 75px !important;
    height: 75px !important;
    display: flex;
    align-items: center;
    max-height: 75px !important;

}
@media (max-width: 1535px){
	.nav_cen_margin>li>a{
		padding: 0 1vw 0 1vw !important;
	}
	
}


.menu_father {
	width: 100%;
	height: 75px !important;
}

.menu_father>ul {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #f5f5f5;
}


.menu_father>ul>li {
	text-align: left;
	display: inline-block;
	background-color: #FFF;
}

.menu_father ul li:hover {
	color: #FFB546;
}
 div.dropdown-inner>ul{
	height: 100%;
}
.home_product_list{
	display: flex;
	justify-content: space-evenly;
	padding: 0 20%;
}
.home_shop_list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20% 0 20%;
}
.home_shop_list>li{
	width: 25%;
	padding:20px 0 ;
}
.home_shop_list_father{
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}



	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);

	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#menu {
	width: 100%;
	background-repeat: repeat-x;
	min-height: 0px;
	background-color: #ffffff;
}

#menu .nav>li>a {
	text-shadow: 0 1px 0 rgba (0, 0, 0, 0.25);
	background-color: transparent;
}
.menu_transparent .menu_li_father>a{
	color: #ffffff;
}
.menu_transparent #menu{
	background-color: rgba(255,255,255,0.0);
}
.au_color{
	color: #707070;
}
.au_color #menu{
	background-color: rgba(255,255,255,0.0);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	
}
.au_color #menu>.home_nav_color_father{
	border-bottom: 1px solid #b3b3b3;
}
.header_child_nav .dropdown-menu{
	padding-top: 15px !important;
	width: max-content !important;
	left: -35px;
	padding: 0;
	border: 0px solid #000;
	background-color:rgba(0, 0, 0, 0.0);
	box-shadow: none;
}
.header_child_nav .dropdown-menu .dropdown-inner{
	margin: auto;
	
}
.header_child_nav .dropdown-menu .dropdown-inner>ul{
	padding: 30px 25px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);;
	border-radius: 6px;
}
.header_child_nav .dropdown-menu .dropdown-inner>ul>li{
	padding: 0 0 30px 0;
}
.header_child_nav .dropdown-menu .dropdown-inner>ul>li:last-of-type{
	padding: 0 0 0px 0;
}
#menu .dropdown-menu {

	width: 100%;
	padding: 0;
	border: 0px solid #000;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	/* display: table-cell; */
	width: 100%;
	color: #FFA32C;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #FFFEFC !important;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.menu_child_nav{
	background-color: #FFF !important;
	width: 100%;

}

.home_product_othernews>li>a{
	line-height: 75px !important; 
	margin: 0 30px;
}
.home_product_othercommunity{
	padding-right: 32%;
	display: flex;
	justify-content: right;
}
.home_product_othernews{
	padding-right: 31.5%;
	display: flex;
	justify-content: right;
}
.home_product_othersupport{
	padding-right: 8.5%;
	display: flex;
	justify-content: right;
	line-height: 75px;
}
.home_product_othercommunity>li>a ,.home_product_othersupport>li>a{
	line-height: 75px !important;
	margin: 0 30px;
}
.home_product_other{
	/* display: flex;
	justify-content: center;
	align-items: center; */
	/* padding-left: 50%; */
}
.home_product_other>li>a{
	line-height: 75px !important;
	margin: 0 50px;
}

.home_product_list>li{
	padding: 20px 4px 30px 10px;
}

.menu_child_nav>li>a{
	text-transform: uppercase;
	display: block;
	width: 100%;
	word-wrap: normal;
	font-family: "Montserrat";
	color: #262626 !important;
	margin-left: 0px !important;
	padding-left:0px !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 27px;
	
}
.menu_grandson_nav>li>a{
	font-size: 13px !important;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 24px;
	color: #9E9E9E;
}
.menu_grandson_nav>li{
	line-height: 24px;
}
.menu_fill{
	height: 75px;
	display: none;
}
.page_margin{
	padding-top: 75px;
}
/* kf_home */
.swiper-box {
	margin: 20px auto;
	width: 720px
  }
  .pic_page {
	position: absolute;
	z-index: 100;
	right: 20px;
	bottom: 20px;
	font-size: 18px;
	color: #FF5909;
	font-weight: bold
  }

  .view {
	position: relative
  }

  .view .arrow-left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 50px;
	background: url('../images/arrow_l.png') no-repeat center;
	background-size: 100%;
	z-index: 10
  }
  .view .arrow-right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 50px;
	background: url('../images/arrow_r.png') no-repeat center;
	z-index: 10
  }
  .view .swiper-slide div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
  }
  .preview {
	width: 100%;
	margin-top: 18px;
	position: relative
  }
  .preview .swiper-container {
	margin-left: 45px;
	margin-right: 45px
  }
  .preview .swiper-slide {
	width: 158px;
	height: 90px;
	cursor: pointer;
	overflow: hidden
  }
  .preview .swiper-slide img {
	width: 145px;
	height: 86px;
	margin: 0 auto;
	border: 2px solid #edeef5
  }
  .preview .arrow-left {
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 10px;
	margin-top: -9px;
	width: 44px;
	height: 90px;
	background: #353535;
	text-align: center;
	z-index: 10
  }
  .preview .arrow-left span {
	display: inline-block;
	width: 12px;
	height: 18px;
	background: url('../images/arrow_l@1x.png') no-repeat center;
	background-size: 100% 100%;
	transform: rotate(180deg);
	margin-top: 34px
  }
  .preview .arrow-right {
	position: absolute;
	right: 0px;
	top: 10px;
	margin-top: -9px;
	width: 44px;
	height: 90px;
	background: #353535;
	text-align: center;
	z-index: 10
  }
  .preview .arrow-right span {
	display: inline-block;
	width: 12px;
	height: 18px;
	background: url('../images/arrow_r@1x.png') no-repeat center;
	background-size: 100% 100%;
	margin-top: 34px
  }
  .preview .active-nav img {
	padding: 0;
	border-color: #ff5909;
	opacity: .9
  }
/* home_mask */
.home_video_title_mask {
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
/* sidebar */
.product_fixed {
	/* position: absolute;
	top: 1.46rem;
	left: 30px;
	height: 5.2rem;
	overflow-x: auto; */
	
}
.product_fixed>h1{
	width: 100%;
	margin: auto;
	font-size: 15.63px;
    font-weight: 700;
    font-family: 'Montserrat';
	color: #000;
	text-transform: lowercase;
	 
}
.product_fixed>ul{
	padding-top: 50px;
	height: 100%;
	width: 100%;
	
}
.product_list_type_border{
	width: 20%;
	border-right: 1px solid #e0e0e0;
	overflow-x: auto;
	overflow-y: clip;
}
.product_fixed>ul::-webkit-scrollbar{
	display: none;
}
.product_fixed>ul>li>p>a {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #262626;
	cursor: pointer;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
	
}
.product_fixed>ul>li{
	margin: 20px 0;
}
.product_fixed>ul>li>p{
	display: flex;
	justify-content: space-between;
}
.product_fixed>ul>li>p>span{
    width: 30px;
    text-align: right;
}
img{
	vertical-align: text-bottom;
}
.product_fixed>ul>li>p>img{
	cursor: pointer;
}
.product_fixed ul li a:hover {
	color: #FFB546;
}
.product_fixed ul li p{
	width: 100%;
	display: flex;
	justify-content: space-between	;
	align-items: center;
	margin: 0 auto;
	
}
.product_fixed>ul>li>p>img,.product_fixed>ul>li>p>a{
	vertical-align: bottom;
}
.product_fixed_father{
	padding: 0 2.15% 0 3.679%;
	min-width: 200px;
}
.fixed {
	position: fixed;
	top: 20%;
	left: 5%;
	z-index: 5;
}	
.fixed>ul>li{
	margin: 25px 0;
}
.fixed>ul>li>a {
	/* color: #A4A4A4; */
	font-size: 20px;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 30px;
	color: #707070;
	cursor: pointer;
	text-transform: capitalize;
}


.fixed ul li a:hover {
	color: #FFB546;
}

.fixed_a a {
	font-weight: 900;
	color: #F69F1C !important;
}
/* category_fixed */
.category_fixed_hover>ul>li>p{
	cursor: pointer;
}
.category_fixed_children>ul>li>p{
	display: flex;
	justify-content: space-between;
}
.category_fixed_children>ul>li>p>span{
	color:#D1D5DE;
	width: 20px;
	text-align: center;
}
.category_fixed_children2>ul>li>p{
	display: flex;
	justify-content: space-between;
}
.category_fixed_children2>ul>li>p>span{
	/* color: #D1D5DE; */
	width: 10px;
	text-align: center;
}
.category_fixed_children>ul>li>p>a{
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #717070;
	cursor: pointer;
}
.category_fixed_children>ul>li>p>img,.category_fixed_children>ul>li>p>a{
	vertical-align: middle;
}
.category_fixed_children>ul>li{
	margin: 12px 0;
}
.category_fixed_children>ul>li:last-of-type{
	margin: 0 0 20px 0;
}
.category_fixed_children{
	display: none;
}
.product_list_jia{
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.product_list_jian{
	display: inline-block;
	width: 10px;
	padding: 6px 0px;
	cursor: pointer;
}


.category_fixed_children2{
	display: none;

}
.category_fixed_children2>ul>li{
	margin: 10px 0;
}
.category_fixed_children2>ul>li:last-of-type{
	margin-bottom: 20px;
}
.category_fixed_children2>ul>li>p>img,.category_fixed_children2>ul>li>p>a{
	vertical-align: middle;
}

.category_fixed_children2>ul>li>p>a{
	cursor: pointer;
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 300;
	line-height: 24px;
	color: #a3a3a3
}



/* kf_home swiper*/

/* kf_home swiper*/
.swiper-slide-active,
.swiper-slide-duplicate-active {
	z-index: 1 !important;
}
.my-bullet{
	margin: 0 10px;
	width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #535353;
    opacity: .2;
}

.swiper-slide>a {
	z-index: 1 !important;
}

.swiper-slide>a>image {
	z-index: 1 !important;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
	z-index: 1;
}
/* product */
/* password-show,hide */

.password_showhide_father{
    position: relative;
}
.password_show,.password_hide,.password_eye{
    position: absolute; 
    top: 12px;
    right: 12px;
    cursor: pointer;
}  
.password_show{
    display: none;
}
/* placeholder_css */
input::-webkit-input-placeholder{
	font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
	color: #B5B5B5 !important;
}
input:-ms-input-placeholder{
	font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
	color: #B5B5B5 !important;
}
input::-moz-placeholder{
	font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
	color: #B5B5B5 !important;
}
input:-moz-placeholder{
	font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
	color: #B5B5B5 !important;
}
/* 输入错误清除图片 */
.error_image{
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 43px;
    right: 10px;
    cursor: pointer;
}
.ebinding_error{
    display: none;
    color: #e60012;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.error-help-block {
	color: #e60012;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Montserrat';
	font-weight: 400;
}
.ebinding_errorinput{
    border: 1px solid #e60012 !important;
	background-color: rgb(230 0 18 / 10%) !important;
}
.ebinding_error>img{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
.account_list_font {
    border-right: 1px solid #E5E5E5;
}

#fullpage,
.section,
body,
.fp-tableCell,
html {
    height: 100%
}
#loading {
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    font-size: 0.9rem;
    color: #595758;
    background-color: #ffffff;
}
/* textarea */
textarea{
	resize:none;
}

/* reister/login */
.register_other>h2{
	text-align: center;
	font-size: 12px;
	color: #999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto;
}
.register_other>h2>span{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	color: #C9C9C9;
}
.register_other>h2>p{
	height: 1px;
	background-color: #E1E1E1;	
}
.register_other{
	width: 330px;
	margin: 0 auto 0 auto;
}
.register_other_img{
	margin-top: 25px;
}
.register_other_img>ul>li{
	display: inline-block;
}
.register_other_img>ul{
	display: flex;
	justify-content: space-evenly;
}
.register_other_img>ul>li>p:hover{
	cursor: pointer;
}
.register_other_img>ul>li>p>span{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #B8B8B8;
}
.register_img_width{
	width: 26px;
}
/* personal_center */
.personal_sidebar{
    width: 22.916%;
    margin-top: 150px;
    padding-bottom: 285px;
    min-width: 200px;
}
.account_list_font{
    border-right: 1px solid #E5E5E5;
}
.review_tips{
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #FF8B00;
	margin-top: 40px;
}
.personal_content{
    width: 78.084%;
    min-height: 100%;
    margin: 100px 0 285px 0;
    min-width: 1000px;
    display: flex;
    justify-content: flex-start;
	padding-left: 6.25%;
}
.personal_all{
	position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.personal_box{
	width: 77.705%;
	min-width: 805px;
}
.personal_information{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    min-width: 805px;
}
.personal_photo_father{
    display: flex;
    justify-content: flex-start;
}
.personal_photo{
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
}
.personal_name{
	position: relative;
    display: flex;
	align-items: center;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000000;
	margin-left: 30px;
}
.personal_name>p{
	width: 100%;
	display: flex;
	align-items: center;
}
.personal_medal{
    width: 26px;
}

.personal_menber{
	position: absolute;
	bottom: 15px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 21px;
    color: #ff8b00;
    margin: 3% 0 0 0;
}
.personal_edit{
    margin-top: 30px;
}
.edit_btn{
    width: 140px;
    height: 40px;
    color: #000000;
    border: 1px solid rgb(230, 230, 230);
    font-size: 14px;
    border-radius: 0px;
    font-family:'Montserrat';
    font-weight: 700;
}
#security-middle{
    width: 100%;
    padding: 85px 0 0 135px;
}
/* required */
.customer_required{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #e60012;
    font-size: 12px;
    display: none;
    margin-left: 10px;
}
.customer_required>img{
    vertical-align: text-bottom;
}
.user_popupimg{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.menu_user>p{
	display: flex;
	align-items: center;
	padding: 0 21px;
}
.points_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.points_userphoto{
    width: 105px;
    height: 105px;
    border-radius: 50%;
}
.pointshead_left{
    display: flex;
    justify-content: left;
    align-items: center;
}
.points_usermedal{
	vertical-align: bottom;
    width: 21px;
    height: 24px;
    display: inline-block;
    margin: 0 10px ;
}
.points_username{
	/* display: inline-block; */
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000000;
}
.pointshead_left_user{
    position: relative;
    margin-left: 20px;
}
.points_member{
    position: absolute;
    top: 35px;
    color: #ff8b00;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.points_userlv{
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.points_usergrade{
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
	vertical-align: text-bottom;
}

.integral_icon{
    width: 30px;
    height: 30px;
}
#graphic_maskreport{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
	z-index: 5;
}
.report_phpupdiv{
    width: 100%;
    min-height: 100%;
    position: relative;
}
.share_phpupdiv{
    width: 100%;
    min-height: 100%;
    position: relative;
}
.report_phpupson{
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background-color: #FFF;
    border-radius: 20px;
}
#report_phpuph1,#share_phpuph1{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    color: rgb(186, 186, 186);
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
}
#report_phpupp{
    padding: 20px ;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
#report_phpupa{
    color: #ff8b00;
}
#report_form{
    padding: 0px 20px;
}
#report_form .radio>label{
    display: flex !important;
    align-items: center !important;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-weight: 400;
}
#report_form .radio{
	margin: 0 0 14px 0 !important;
}

.report_closebtn{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 210px;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;    
}
#graphic_maskshare{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.graphic_shareson{
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -375px;
    width: 750px;
    background-color: #FFF;
    border-radius: 15PX;
}
#share-formdiv{
    display: flex;
    justify-content: flex-start;
    padding: 20px;
}
#share-phpupimg{
    width: 180px;
    height: 134px;
	border-radius: 10px;
}
#share_textarea{
    display: block;
	outline: none;
	width: 100%;
	height: 100%;
	line-height: 18px;
	-webkit-appearance: none;
	border-radius: 0px;
	border: none;
}
.share_textareadiv{
    margin-left: 20px;
    position: relative;
    padding: 0 0 40px 0;
	width: 510px;
}
#share_submit{
    width: 140px;
    height: 36px;
    border-radius: 0px;
    background-color: #ff8b00;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
	border:0!important;
}
#share_close{
    width: 140px;
    height: 36px;
    position: absolute;
    bottom: 0px;
    left: 160px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    color: rgb(0, 0, 0);
    border-radius: 0px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(230, 230, 230);
}
#share_back{
    background-color: rgb(242, 244, 244);
    padding: 0 95px 80px 95px;
    margin: 0px;
    border-radius: 0 0 15px 15px;
}
.share_h2{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding-top: 60px;
	color: rgb(0, 0, 0);
}
.share_link{
    width: 35px;
    height: 35px;
}
.share_linkp{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.share_linkp>a{
    margin: 0 20px;
}
.share_h4{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 12px;
	color: rgb(0, 0, 0);
}
.share_linkcopy{
    position: relative;
    width: 100%;
    margin: 0px;
}
.share_inputcopy{
    width: 100%;
    height: 45px !important;
	background: rgb(255, 255, 255);
    border: 0px;
    padding: 0 60px 0 16px !important;
	color: rgb(181, 181, 181);
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.share_inputcopy2{
    position: absolute;
    opacity: 0;
}
.share_buttoncopy{
    position: absolute;
    right: 16px;
    top: 15px;
    font-family: 'Montserrat';
	color: rgb(255, 139, 0);
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.share_closebtn{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 395px;
	cursor:pointer;
	width: 30px;
	height: 30px;
}
.at-icon-wrapper{
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.user_popupname{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 130px;
	display: inline-block;
	padding-left: 5px;
	font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}
.menu_user>ul{
	margin-top: 10px;
}
.menu_user>ul>li{
	padding: 0 21px;
}
.menu_user>ul>li>a{
	display: flex;	
	justify-content: space-between;
	align-items: center;
	line-height: 35px;
	font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
	cursor: pointer;
}
.menu_user>ul>li>a>span:first-child{
	color: #898989;
}
.menu_user>ul>li:hover {
	background-color: #F4F4F4;
}
.menu_logout{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #f4f4f4;
	font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #898989; 
	height: 35px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	
}
.template_onepinlun{
	width: 100%;
	overflow: hidden;
}
.twocomments_user{
    display: flex;
    justify-content: left;
}
.onecomments_user{
    display: flex;
    justify-content: left;
}
#report_textarea{
	display: none;
}
.template_submitdiv{
	margin: 40px 0 50px;
	display: flex;
	justify-content: center;
}
.template_submitdiv>button{
	width: 140px;
	height: 36px;
	font-family: 'Montserrat';
    font-size: 12px;
}
.template_submitbtn{
	background-color: #ff8b00;
	color:#FFF;
	font-weight: 700;
	margin-right: 20px;
}
.template_submitbtn:disabled {
	background: rgb(207, 207, 207);
	border: 1px solid rgb(207, 207, 207);
}
.template_closebtn{
	color:rgb(0, 0, 0);;
	font-weight: 700;
	border: 1px solid #eeeeee;
}
.home_mask1{
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 21;
}
.home_mask2{
	display: none;
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0px;
    background-color: #ff8b00;
    z-index: 20;
}
.home_popup1{
    z-index: 21;
    position: fixed;
    width: 46.875%;
    top: 100px;
    left: 50%;
    margin-left: -23.4375%;
    margin-top: -250px;
    height: 525px;
    background-color: #FFF;
    border-radius: 15px;
    display: flex;
    justify-content: left;
}
.home_mask2son{
    width:100%;
    height: 120px;
    padding: 0 12.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.popup1_left{
    width: 36%;
}
.popup1_right{
   
   flex-wrap: wrap;
    width: 63.9%;
    padding: 100px 95px 60px 70px;
}
.popup1_explain{
    margin-top: 80px;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}
.popup1_tips{
    margin-top: 50px;
    margin-bottom: 60px;
    line-height: 20px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #b2b2b2;
}
.mask1_close{
    position: fixed;
    top: 23%;
    right: 24%;
    cursor: pointer;
}
.home_mask2title{
    line-height: 24px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #FFF;
}
.home_mask2title>a{
    color: #FFF;
    text-decoration: underline;
}
.home_mask2btn{
    width: 120px;
    height: 45px;
    background-color: #FFF;
    color:#ff8b00;
    
}
.news-botton{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 46px;
    right: 19.6%;
    width: 7%;
    height: 240px;
    background-image: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,1));
}
.news-botton:hover{
    background-image: linear-gradient(to right, rgba(255,255,255,0.1),rgba(0,0,0,1));
    cursor: pointer;
}
.news-type>button>a:hover{
    background-color: #ff8b00;
    border: 1px solid #ff8b00;
    color: #FFF;
}
.news-type>button>a{
    display: inline-block;
    border: 1px solid #000;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-family: "Montserrat";
    font-size: 14.06px;
    color: #000;
    font-weight: 300;
    border-radius: 0;
}
.news-type>p{
    text-align: left;
    margin: 20px 0;
    font-size: 14px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 300;
	line-height: 20px;
}
.news-type>h2{
    font-size: 18.75px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 800;
    padding-bottom: 25px;
}
.news-type>a>img{
    /* width: 436px; */
    /* height: 240px; */
    width: 100%;
    
}
.news-type{
    width: 25%;
    margin-right: 3%;

}
.news-type-father{
    position: relative;
    display: flex;
    transform: translateX(19.6%);
}
.news-content{
    position: relative;
    padding: 7.9% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-title{
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: flex-end;
    min-width: 110px;
    margin-right: 50px;
}
.news-title>p{
    padding: 0 0 10px 0 ;
    font-size: 12.5px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 300;
    width: 110px;
    text-align: right;
}
.category_nodata{
    width: 100%;
    margin: 150px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.category_nodata_img{
    text-align: center; width:100%;
}
.category_nodata_img>img{
    width:50px;height:50px;
}
.category_nodata>h1{
    font-size: 14px ;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: center;
	color:rgb(0, 0, 0);
	margin-top: 40px;
}
.user_headphoto{
	border: 1px #dcdcdc solid;
}
.at4-recommendedbox-outer-container{
	display: none !important;
}
.user_countryimgs{
	width: 18px;
}
.Menu_container .nav_right_margin{
	min-height: 75px;
	max-height: 75px;
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
}
.Menu_container .nav_right_margin>li{
	min-height: 75px;
	max-height: 75px;
}


.Menu_container .nav_right_margin>li:last-of-type>a{
	padding-right: 0px !important;
}

.search_header{
	width: 70.941%;
	margin: auto;
}
#search_input{
	display: block;
	margin: 70px 0;
	width: 270px;
	height: 33px;
	border: 0px;
	border-radius: 15px;
	background-color: #f3f4f4;
	background-image: url('/image/kf/search_img.png');
	background-repeat: no-repeat;
    background-size: 24px;
    background-position: 11px 50%;
	padding: 0 0 0 40px;
	font-family: 'Montserrat';
}
#search_input:focus-visible{
	border: 0px !important;
}

.search_nav{
	margin-bottom: 60px;
}
.search_nav>ul{
	display: flex;
	justify-content: left;
	border-bottom: 1px solid #f2f2f2;
}
.search_nav>ul>li{
	font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
	margin-left: 60px;
	padding-bottom: 25px;
	margin-bottom: -1px;
	cursor: pointer;
}
.search_nav>ul>li:nth-of-type(1){
	margin-left: 0px;
	width: 60px;
}
.search_nav>ul>li:nth-of-type(2){
	width: 87px;
}
.search_nav>ul>li:nth-of-type(3){
	width: 34px;
}
.search_nav>ul>li:nth-of-type(4){
	width: 41px;
}
.search_nav>ul>li:nth-of-type(5){
	width: 58px;
}
.search_nav>ul>li::after{
	display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#search_navcheck{
	font-weight: 700;
	border-bottom: 5px solid #FF8B00;
}
.search_errorpage{
	width: 100%;
    margin: 90px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.search_nodata_img{
    text-align: center;
    width: 100%;
}
.search_errorpage>h1{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: center;
}
.ver_mask{
	display: none;
	position: fixed;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
}
.ver_popupfather{
	position: relative;
	width: 100%;
	min-height: 100%;
}
.ver_popup{
	border-radius: 15px;
	background-color: #FFFFFF;
	width: 390px;
	height: 450px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -225px;
}

.ver_popuph1{
	padding-left: 20px;
	text-transform:uppercase;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #bababa;
	border-bottom: 2px solid #f7f7f7;
}
.ver_closebtn{
	position: absolute;
    right: -10%;
    top: 0px;
    cursor: pointer;
}
.ver_areacode_ul{
	width: 390px;
    height: 380px;
    min-height: 380px;
    padding: 20px;
	margin-right: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ver_areacode_ul::-webkit-scrollbar{
	width:7px;height:7px;
}
.ver_areacode_ul::-webkit-scrollbar-track{border-radius:5px;background:#ddd;}
.ver_areacode_ul::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(153,153,153,.5);}
.ver_areacode_ul::-webkit-scrollbar-thumb:hover{background:rgba(102,102,102,.6);}
.ver_areacode_ul::-webkit-scrollbar-thumb:active{background:rgba(102,102,102,.6);}
.ver_areacode_ul>li{
	display: flex;
    justify-content: space-between;
    line-height: 32px;
    border-bottom: 1px solid #ebebeb;
}
.ver_areacode_ul>li:hover{
    cursor: pointer;
}
.ver_quhao{
	position: absolute;
	left: 10px;
	top: 24px;
	cursor: pointer;
}
.ver_quhao>img{
	vertical-align: baseline;
	display: inline-block;
	margin-left: 8px;
}
#quhao_text1{
	display: inline-block;
	margin-right: 5px;
}
.quhao_text>img{
	vertical-align: baseline;
}
.quhao_text{
	display: inline-block;
	line-height: 40px;
	height: 40px;
}
.drafts_success{
    background-color: #ffc080;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.text-center>ul>li>span{
    color:#ff8b00;
    font-size: 15.63px !important;
    font-weight: 700;
    font-family: 'Montserrat';
    background-color: #f2f4f4;
    padding: 15px 22px;
    margin: 0 5px;
    
} 
.text-center>ul>li>a{
    color: #000;
    font-size: 15.63px !important;
    font-weight: 700;
    font-family: 'Montserrat';
    margin: 0 5px;
    padding: 15px 22px;
    background-color: #f2f4f4;
}
.category_btn1:hover{
    background-color: #F46B01;
}
.category_btn2:hover{
    background-color: #E9EDEE;
}
.clts_repost_top{
    display: flex; 
    justify-content: left;
}
.clts_userphoto{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 14px;
	border: 1px #dcdcdc solid;
}
.clts_user_name{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
	margin-top: 5px;
}
.clts_user_time{
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: rgb(158, 158, 166);
	margin: 12px 0 5px 0;
}
.clts_user_repost{
    font-weight: 400;
    margin: 20px 0;
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
}
.clts_repost_cen{
    max-width: 100%;
    display: flex;
    justify-content: left;
    padding: 20px;
    background-color: #f4f4f4;
    width: 100%;
}
.clts_repost_cover{
    height: 135px;
    margin-right: 20px;
    border-radius: 10px;
}
.clts_repost_postcon{
    max-width: 100%;
    /* overflow-x: hidden; */
    /* overflow-x: clip; */
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.repost_postcon_title{
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
	line-height: 22px;
}
.repost_postcon_content{
    width: 100%;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: rgb(158, 158, 166);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
	margin: 12px 0;
	line-height: 18px;
}
.repost_postcon_bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.repost_postcon_bottom>p{
    display: flex;align-items: center;
}
.repost_postcon_bottom>p>span{
    display: inline-block;
    margin-top: 7.5px;
}
.repost_postcon_top{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    
}
.repost_postcon_type{
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
	line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #FFF;
    background-color: #9e9ea6;
    border-radius: 4px;
}
.repost_postcon_user{
    position: relative;
    padding: 15px 0 0 0;
}
.repost_user_photo{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.repost_user_name {
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #000;
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.repost_user_name>span{
    margin-left: 10px;
}
.repost_user_text{
    display: flex;justify-content: left;
}
.repost_user_con{
    display: flex;justify-content: left;align-items: center;
}
.repost_user_con>p{
    margin-left: 10px;
}
.repost_user_con>p:nth-of-type(1){
    margin-left: 0px;
}
.repost_user_con>p>span{
    margin-left: 5px;display: inline-block;
}
.repost_user_con>p>img{
    vertical-align: text-top;
}
.repost_user_popup{
    display: none;
    position: absolute;
    bottom: 40px;
    left: -5%;
    width: 315px;
    height: 155px;
    background-color: #FFF;
    box-shadow: 0px -3px 15px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 15px;
    z-index: 10;
}
.repost_user_popup::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 28px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
}
.repost_user_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup_user_photo{
    border-radius: 50%;
    width: 47px;
    height: 47px;
	border: 1px #dcdcdc solid;
}
.popup_user_data{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10px;
}
.repost_user_data{
    display: flex;
    justify-content: left;
    
}
.popup_user_name{
    font-size: 13px;font-family: 'Montserrat';font-weight: 800;color: #000;margin-top: 5px;
    width: 100%;
}
.popup_user_score{
    width: 100%;
    font-size: 12px;font-family: 'Montserrat';font-weight: 400;color: #FF8B00;transform: scale(0.8);margin-left: -15px;margin-bottom: 5px;
}
.repost_user_follow{
    font-size: 12px;font-family: 'Montserrat';font-weight: 700;color: #000;transform: scale(0.8);width: 100px;height: 35px;background-color: #f2f4f4;
}
.repost_checkbox{
    position: absolute;
    top: 15px;
    left: -40px;
}
.repost_checkbox{
    display: none;
}
.collects_repost{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.clts_hover_photo{
    margin: 18px 15px 0 15px;
    display: flex;
    justify-content: left;
}
.clts_hover_photo>a {
    width: 30%;
    height: 100%;
    margin-right: 3%;
}
#sort_order{
    width: 130px;
	margin-top: -10px;
}
#sort_order xm-select{
    background-color: rgb(242, 244, 244);
    border: 0px;
}
#sort_order xm-select > .xm-icon{
    border-top-color: #000;
}
xm-select > .xm-icon{
	border-top-color: rgb(0,0,0) !important;
}
#sort_order xm-select > .xm-tips{
    color: #000;
}
#sort_order xm-select > .xm-body .scroll-body{
    max-height: 240px !important;
}
#sort_order xm-select > .xm-body{
    background-color: rgb(242, 244, 244);
}
#sort_order xm-select > .xm-body .xm-option:hover{
    background-color: #FFF;
}
.folw_header{
	width: 100%;
	display: flex;
	justify-content: space-between;

}
.folw_num{
	font-size: 18px;font-family: 'Montserrat';font-weight: 700;color: #000; 
	height: 40px;
}
.mage_delete_mask{
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(0,0,0,70%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mage_delete_popup{
    position: relative;
    width: 390px;
    height: 330px;
    background-color: #FFF;
    border-radius: 15px;
}
.mage_delete_img{
    width: 100%;
    text-align: center;
    margin: 60px auto !important ;
}
.mage_delete_img>img{
    width: 75px;
    height: 75px;
}
.mage_delete_popup>p{
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}
.mage_delete_btn{
    display: flex;
    justify-content: center;
    margin: 45px auto 0 auto;
    
}
.mage_delete_btn button{
    width: 135px;
    height: 40px;
    font-size: 14px;
    font-family: 'Montserrat';
    
}
.mage_delete_btnyes{
    background-color: #FF8B00;
    color:#FFF;
    font-weight: 700;
    margin-right: 10px;
}
.mage_delete_btnno{
    font-weight: 400;
    width: 133px;
    height: 38px;
    background-color: #FFF;
    border: 1px solid #eeeeee;
    color: #b5b5b5;
    margin-left: 10px;
}
.mage_delete_div{
    position: relative;
    min-width: 100%;
    min-height:100%;
}
.mage_delete_close{
    position: absolute;
    right: -45px;
    top: 0px;
}
.managedrafts_btn{
    color: #ff8b00;
}
.collecs_nodata_img{
    text-align: center;
    margin-top: 130px;
}
.collecs_nodata_img>img{
    width: 52px;
    height: 52px;
}
.collecs_nodata_title{
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}
a:link{text-decoration: none;}/*点击前*/
a:visited{text-decoration: none;}/*点击后*/
a:active{text-decoration: none;}/*点击中*/
a:hover{text-decoration: none; }/*鼠标悬浮*/

.sprt_header{
    position: relative;
    width: 100%;
	display: flex;
	align-items: center;
}
.moreimg_hide{
	display: none;
}
.moreimg_show{
	display: block;
}
.sprt_header>h1{
    position: absolute;
    /* top: 50%; */
    /* margin-top: -135px; */
    left: 55px;
    font-size: 58px;
	font-family: 'Montserrat';
	font-weight: 300;
	line-height: 60px;
	color: #FFF;
    text-transform: uppercase;
}
.sprt_header>img{
    width: 100%;
}
.item_video_mask{
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_video_phpup{
    position: relative;
    width: 800px;
    min-height: 450px;
    background-color: #000;
}

/*message*/
.confirm-box-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	min-width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.confirm-model {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	z-index: 2001;
}

.confirm-box {
	display: inline-block;
	width: 420px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ebeef5;
	font-size: 18px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	text-align: left;
	backface-visibility: hidden;
	position: relative;
	z-index: 2002;
	height: 385px;
}

.confirm-header {
	height: auto;
	overflow: hidden;
	display: flex;
	padding: 15px 15px 10px;
	justify-items: center;
	align-items: center;
}

.confirm-header .confirm-title {
	flex: 1;
}

.confirm-header .confirm-title span {
	font-size: 18px;
	color: #20202A;
}

.confirm-box .confirm-close {
	position: absolute;
	right: -45px;
	top: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.confirm-content {
	color: #606266;
	font-size: 14px;
	align-items: center;
	text-align: center;
}
.confirm-content p{
	font-size: 12px;
	line-height: normal;
}

.confirm-content .confirm-icon {
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.confirm-content .confirm-message {
	flex: 1;
	padding-left: 10px;
}

.confirm-content .confirm-icon-warning {
	background: url("/image/catalog/kficons/icon_warning.png") no-repeat;
	background-size: 100%;
}

.confirm-content .confirm-icon-success {
	background: url("/image/catalog/kficons/icon_success.png") no-repeat;
	background-size: 100%;
}

.confirm-content .confirm-icon-error {
	background: url("/image/catalog/kficons/icon_error.png") no-repeat;
	background-size: 100%;
}

.confirm-btns {
	text-align: center;
	padding: 40px 15px 0 15px;
}

.confirm-btns button {
	width: 140px;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 9px 20px;
	height: 36px;
}

.confirm-btns button.btns-default {
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-weight: 700;
}
.confirm-btns button.btns-primary {
	background: #FF8B00;
	border-color: #FF8B00;
	margin-right: 20px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: 700;
}

.kf-message {
	position: fixed;
	top: 30px;
	left: 50%;
	height: 42px;
	line-height: 42px;
	background: #fff;
	min-width: 200px;
	color: #666;
	box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 0 6px rgb(0 0 0 / 4%);
	z-index: 99999999;
	border-radius: 8px;
	overflow: hidden;
}

.kf-message .kf-message-main {
	display: flex;
	color: #fff;
	font-size: 14px;
	align-items: center;
	padding: 0px 15px;
}

.kf-message .kf-bg-success {
	background: #4AC396;
}

.kf-message .kf-bg-warning {
	background: #FF8200;
}

.kf-message .kf-bg-error {
	background: #ED7979;
}

.kf-message .kf-bg-default {
	background: #0D53FB;
}

.kf-message .kf-message-icon {
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-size: 100%;
}

.kf-message .kf-message-success {
	background: url(/image/catalog/kficons/success.png) no-repeat;
}

.kf-message .kf-message-warning {
	background: url(/image/catalog/kficons/state_remind.png) no-repeat;
}

.kf-message .kf-message-error {
	background: url(/image/catalog/kficons/state_error.png) no-repeat;
}

.kf-message .kf-message-default {
	background: url(/image/catalog/kficons/state_remind.png) no-repeat;
}

.kf-message .kf-content {
	flex: 1;
	padding-left: 11px;
}

.kf-message.messageFadeInDown {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: messageFadeInDown;
	animation-name: messageFadeInDown;
}

.kf-message.messageFadeOutUp {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: messageFadeOutUp;
	animation-name: messageFadeOutUp
}

@keyframes messageFadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);

	}
}

@keyframes messageFadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;

	}
}
.mage_delete_popup>p {
	font-size: 13px;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
.confirm-delete-title{
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.lock-tips{
	text-align: center;
}
.lock-tips>a{
	color: #ff8b00;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus
input:focus,
input:active:focus,
input.active:focus,
input.focus,
input:active.focus,
input.active.focus,
input:focus-visible,
textarea:focus,
textarea:active:focus,
textarea.active:focus,
textarea.focus,
textarea:active.focus,
textarea.active.focus,
/*textarea:focus-visible{
    outline: none !important;
    box-shadow:none;
	-webkit-appearance: none;  border:1px solid #f3f4f4;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}*/
.post_checkbox{
	outline: none !important; 
}
input,textarea,button { -webkit-appearance: none; border-radius:0px; border:none;}
input::-webkit-input-safebox-button {
	display: none;
}
.swiper{
	--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
	--swiper-preloader-color: rgba(244,244,244,0.8);/* 单独设置预加载圆圈的颜色 */
}
.copy_check{
    visibility: hidden;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
    font-size: 12px;
    color: #ff8b00;
}
.gift_errorpage{
    width: 100%;
    margin: 90px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gift_errorpage>h1{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: center;
}
.gift_nodata_img{
    text-align: center;
    width: 100%;
}
.gift_nodata_img>img{
    width: 34px;
}
input::-webkit-input-placeholder{ /* WebKit browsers */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}

input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}

input::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}

input:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}
textarea:-ms-input-placeholder{ /* WebKit browsers */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}

textarea:-ms-input-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}

textarea:-ms-input-placeholder{ /* Mozilla Firefox 19+ */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(181, 181, 181);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}
.index_mask{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 1000;
}
.index_puphp{
	width: 100%;
	min-height: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
    position: relative;	
}
.myp_close{
	position: absolute;
    top: 0px;
    right: -40px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.table_nav{
    margin-top: 140px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    justify-content: left;
}
.table_nav>p::after{
	display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.table_nav>p{
    margin-right: 60px;
    padding-bottom: 25px;
    margin-bottom: -2.5px;
    cursor: pointer;
}
#table_navcheck{
    border-bottom: 5px solid #ff8b00;
    font-weight: 700;
}
.myp_protitles{
    width: 100%;
    height: 50px;
    background-color: #F7F7F7;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
    padding-left: 25px;
    text-align: left;
    text-transform: uppercase;
}

.com_required{
    color: #FF8B00;
    line-height: 19px;
    display: inline-block;
    margin-left: 5px;
}
.com_requirederror{
    display: none;
    font-weight: 400;
    color: #e60012;
    margin-left: 5px;
}
.footer_logo_fa{
    width: 100%;
    border-top: 1px solid #424242;
    background-color: #000;
    max-height: 101px;
}
.footer_logo_fa>div{
    display: flex;
    justify-content: left;
}
.footer_logo_fa a{
    display: inline-block;
    padding: 40px 0;
    margin: auto;
	max-height: 100px;
	overflow-y: hidden;
}
.footer_logo_fa a img{
    height: 20px;
    
}
.footer_logo_title{
    font-size: 14px !important;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #EBEBEB;
	line-height: 20px;
	display: inline-block;
	margin-left: 15px;
}
#message_page{
    margin: 0 auto;
    padding: 150px 0 140px 0;
	display: flex;
	justify-content: space-between;	
}
.message_content{
	width: 78%;
	min-width: 1000px;
	margin-left: 7.4%;
	min-height: calc(100vh - 290px);
}
.template_no_data{
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 290px);
	
}
.template_no_son{
	margin-top: 150px;
	text-align: center;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.template_no_son img{
	height: 52px;
	display: block;

}
.template_no_son>p{
	width: 100%;
	text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000;
	margin-top: 40px;
}
.badge{
	color: #fff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    transform: scale(0.8);
	display: inline-block;
	line-height: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #FF8B00;
}
.comments_icon,.likes_icon{
	width: 13px !important;
	height: 12px !important;
}
.views_num_icon{
	width: 18px !important;
	height: 12px !important;
}
.copyright_icon{
	width: 12px !important;
	height: 12px !important;
}

/* 
 *公共定义滚动条
*/
.scrollbarall{
	overflow-y: auto;
	
}
.scrollbarall::-webkit-scrollbar,.twocomments_text::-webkit-scrollbar {
    width:4px;
  }
  /* 滚动槽 */
.scrollbarall::-webkit-scrollbar-track,.twocomments_text::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
  }
  /* 滚动条滑块 */
.scrollbarall::-webkit-scrollbar-thumb,.twocomments_text::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
  }
.scrollbarall::-webkit-scrollbar-thumb:window-inactive,.twocomments_text::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}

.share-platform{
	display: flex;
	justify-content: center;
	margin: 30px 0 36px 0;
}
.share-platform>img{
	width: 30px;
	height: 30px;
	margin: 0 25px;
	cursor: pointer;
}